body {
  background: url(./background.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  font-family: 'Roboto', sans-serif;
  color: rgb(255, 255, 255, .9);
  font-size: 2rem;
  text-align: center;
  width: 100vw;
}

.container {
  width: 100vw;
}

.linebreak {
  margin: 25px 0;
  height: 1px;
  background: #08080800;
  background-image: linear-gradient(to right, transparent, white, transparent);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.linkheading {
  text-decoration: none;
}

h1, h2, h3 {
  text-shadow: rgb(43, 41, 41) 0px 0px 40px;
}

a:link, a:visited {
  background-color: rgb(238, 128, 65);
  border: none;
  color: rgb(255, 255, 255, .9);
  padding: 15px 32px;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1.5px;
}

a:hover, a:active {
 background-color: rgb(238, 93, 10);
}
h1:hover, h2:hover, h3:hover {
  cursor:default;
}

@media only screen and (max-width: 463px) {
  body {
    font-size: 1.8rem;
  }
  .linebreak {
    width: 80%;
  }
}

@media only screen and (max-width: 421px) {
  body {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 363px) {
  body {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 321px) {
  body {
    font-size: 1.2rem;
  }
}
